Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

where() array bug #3

Merged
merged 1 commit into from
Dec 28, 2011
Merged

where() array bug #3

merged 1 commit into from
Dec 28, 2011

Conversation

AbeEstrada
Copy link
Contributor

Using the example in the 'README' file

$where = array('id' => 123, 'name' => 'bob');

echo $db->from('user')
    ->where($where)
    ->select()
    ->sql();

I received a notice:

Notice: Undefined offset: 1 in sparrow.php on line 164

mikecao added a commit that referenced this pull request Dec 28, 2011
@mikecao mikecao merged commit e6f044e into mikecao:master Dec 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants